ASP.NET Core MVC Controls | ComponentOne
C1.AspNetCore.Mvc Assembly / C1.Web.Mvc Namespace / BatchOperatingData<T> Class / ItemsUpdated Property

In This Topic
    ItemsUpdated Property
    In This Topic
    The items being updated.
    Syntax
    'Declaration
     
    Public Property ItemsUpdated As IList(Of T)
    public IList<T> ItemsUpdated {get; set;}
    See Also